All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.View | +----com.apple.alpha.app.TableHeaderView
NSTableHeaderView
.
[[NSTableHeaderView
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithFrame:
on a newly allocated object.
- columnAtPoint:
Objective-C instance method.
- draggedColumn
Objective-C instance method.
- draggedDistance
Objective-C instance method.
- headerRectOfColumn:
Objective-C instance method.
- resizedColumn
Objective-C instance method.
- setTableView:
Objective-C instance method.
- tableView
Objective-C instance method.
protected TableHeaderView(boolean shouldAllocate, int objcObject)
public TableHeaderView()
[[NSTableHeaderView
alloc] init]
.
public TableHeaderView(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public TableHeaderView(Rect frameRect)
- initWithFrame:
on a newly allocated object.
public native void setTableView(TableView tableView)
- setTableView:
Objective-C instance method.
public native TableView tableView()
- tableView
Objective-C instance method.
public native int draggedColumn()
- draggedColumn
Objective-C instance method.
public native float draggedDistance()
- draggedDistance
Objective-C instance method.
public native int resizedColumn()
- resizedColumn
Objective-C instance method.
public native Rect headerRectOfColumn(int column)
- headerRectOfColumn:
Objective-C instance method.
public native int columnAtPoint(Point point)
- columnAtPoint:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index